func go/types.findPath

3 uses

	go/types (current package)
		initorder.go#L73: 			cycle := findPath(check.objMap, n.obj, n.obj, make(map[Object]bool))
		initorder.go#L134: func findPath(objMap map[Object]*declInfo, from, to Object, seen map[Object]bool) []Object {
		initorder.go#L144: 		if P := findPath(objMap, d, to, seen); P != nil {